home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPrintColor.h ----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPrintColor__
- #define __PGetPrintColor__
-
- #include "PHandleQuery.h"
-
- #include "PMTypes.h"
-
- class PGetPrintColor : public PHandleQuery
- {
-
- public:
-
- PGetPrintColor();
-
- PMBool bMode;
- PMBool bColors;
- PMBool bConvert;
- PMBool bOption;
- PMBool bNegative;
- PMBool bPreserveEPS;
- const char * sName;
- short nInRipSeps;
- };
-
- #endif
-
- // end of PGetPrintColor.h
-